home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / int24.arc / MAKEFILE < prev    next >
Text File  |  1987-12-02  |  152b  |  12 lines

  1. objs=test24.obj int24.obj
  2.  
  3. .asm.obj:
  4.     masm $*.asm,,;
  5.  
  6. int24.obj:    int24.asm
  7.  
  8. test24.obj:    test24.asm
  9.  
  10. test24.exe:    $(objs)
  11.     link $(objs),,,;
  12.